码迷,mamicode.com
首页 >  
搜索关键字:https ...分类:其他好文 时间:2019-12-08 23:30:14阅读次数:126一.教材内容学习 1.三种最流行的一般应用信息系统:电子表格、数据库管理系统、电子商务; 2.在电子表格中学习了示例Excel中的一些应用及公式,例如SUM,COUNT(    ( 132426个结果
[leetcode]Reverse Nodes in k-Group @ Python
原题地址:https://oj.leetcode.com/problems/reverse-nodes-in-k-group/题意:Given a linked list, reverse the nodes of a linked listkat a time and return its mod...
分类:编程语言   时间:2014-06-15 21:24:43    阅读次数:293
JSF session的用法
http://blog.csdn.net/finelife/article/details/16086321.写入sessionObject sessionName = "name";Object sessionValue = "value";HttpSession session = (HttpS...
分类:Web程序   时间:2014-06-15 21:14:40    阅读次数:219
error: SSL certificate problem, verify that the CA cert is OK
error: SSL certificate problem, verify that the CA cert is OK. Details:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify fail...
分类:其他好文   时间:2014-06-15 20:45:58    阅读次数:460
安装VisualSvn Server时遇到的问题
安装标准版VisualSvnserver,端口443,启用https//,安装过程中报服务启动失败,后用命令行msiexec /i VisualSVN-Server-2.7.3.msi NO_START_SERVICES=1安装,暂时不启动服务。安装完成后,启动服务时,启动失败,报错。这通查,用了两...
分类:其他好文   时间:2014-06-15 20:38:14    阅读次数:577
[leetcode]Longest Substring Without Repeating Characters @ Python
原题地址:https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/题意:Given a string, find the length of the longest substring witho...
分类:编程语言   时间:2014-06-15 19:51:00    阅读次数:254
[leetcode]Add Two Numbers @ Python
原题地址:https://oj.leetcode.com/problems/add-two-numbers/题意:You are given two linked lists representing two non-negative numbers. The digits are stored i...
分类:编程语言   时间:2014-06-15 00:40:44    阅读次数:328
基于opencv的人脸检测的web应用
参考资料https://github.com/bsdnoobz/web-based-face-detecthttp://opencv-code.com/projects/web-based-interface-for-face-detection-with-opencv/http://www.cnb...
分类:Web程序   时间:2014-06-14 21:57:39    阅读次数:379
cuda-convnet windows8下编译
编译环境:windows8.1Anaconda python2.7Visual studio 2012CUDA6.0Pthread for windowsIntel Math Kernel Librarycuda-convnet 原始文件下载地址:https://github.com/dnouri/...
分类:Windows程序   时间:2014-06-14 20:46:46    阅读次数:793
如何用ccache加速cocos2d-x android版本的编译
以下步骤在MAC下测试通过: 首先是安装CCache,  可以用homebrew brew install --HEAD ccache 也可以用源码安装 git clone https://github.com/jrosdahl/ccache.git cd ccache ./autogen.sh ./configure make make install 如果提示autohe...
分类:移动开发   时间:2014-06-14 12:28:49    阅读次数:263
用Swift语言和Sprite Kit复制微信飞机大战游戏
先上GitHub链接: https://github.com/songrotek/PlaneWar.git...
分类:微信   时间:2014-06-14 11:43:46    阅读次数:448
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!